Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - Adding and Removing Values #10

Merged
merged 4 commits into from
Feb 6, 2022

Conversation

thebarndog
Copy link
Owner

Context

This PR adds support for manipulating loaded environments at runtime. This is particular useful for things like incrementing the build version where the build version is stored in a .env file but it needs to be read and then re-serialized back to disk with the incremented value.

Added

  • addValue(_:key:force:)
  • removeValue(key:)
  • Tests

@thebarndog thebarndog self-assigned this Feb 6, 2022
@thebarndog thebarndog added this to the Upcoming Releases milestone Feb 6, 2022
@thebarndog thebarndog added the enhancement New feature or request label Feb 6, 2022
@thebarndog thebarndog merged commit 0a7249c into develop Feb 6, 2022
@thebarndog thebarndog deleted the feature/environment-manipulation branch February 6, 2022 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant